home *** CD-ROM | disk | FTP | other *** search
/ Computerized Investing - Spreadsheet Collection / Spreadsheet Collection.iso / pc / ibm10 / ibm10.bat next >
Encoding:
DOS Batch File  |  1989-01-06  |  2.5 KB  |  56 lines

  1. ECHO OFF
  2. CLS
  3. ECHO                             INSTRUCTIONS FOR THE
  4. ECHO                                 IBM DISK 10
  5. ECHO ˇ
  6. ECHO ˇ
  7. ECHO    This disk contains Lotus 1-2-3 worksheets produced at AAII or
  8. ECHO    published in Computerized Investing.  Although every program has
  9. ECHO    been tested and is believed to work properly, we make no guarantees
  10. ECHO    as to the quality or suitability of any of them.
  11. ECHO ˇ
  12. ECHO    Before you use this disk, we suggest you do the following:  First,
  13. ECHO    following the procedure outlined in your computer's DOS manual (see
  14. ECHO    the FORMAT command), format a disk (using the /S format option, if you
  15. ECHO    wish to make a "boot disk").  Second copy the files from this
  16. ECHO    original disk to the disk you have just formatted (using COPY *.*).
  17. ECHO    Use the new disk as your working disk.  This original program disk
  18. ECHO    should be kept in a safe place and used only to make working copies.
  19. ECHO ˇ
  20. ECHO    The following is the directory listing for IBM Disk 10:
  21. ECHO ˇ
  22. ECHO                 IBM10    BAT     2525   1-06-89
  23. ECHO                 MORTGAGE DOC     6409  12-13-88
  24. ECHO                 MORTGAGE WK1   162325  12-12-88
  25. ECHO ˇ
  26. PAUSE
  27. ECHO ˇ
  28. ECHO    Files ending with WKS extension run all versions of 1-2-3, while those
  29. ECHO    ending in WK1 require release 2.0 or higher.  These worksheets, of
  30. ECHO    course, can be used with other spreadsheet programs that are 1-2-3
  31. ECHO    compatible such as Quattro, Twin, VP-Planner Plus.
  32. ECHO ˇ
  33. ECHO    Note that you cannot run files with the .DOC extension in DOS.  These
  34. ECHO    are ASCII text files of the articles that presented the programs.  To
  35. ECHO    view these documentation files, at the DOS command prompt ("A>"),
  36. ECHO    enter
  37. ECHO ˇ
  38. ECHO                              TYPE filename.DOC
  39. ECHO ˇ
  40. ECHO    to output them to the screen.  As the text scrolls up the screen, you
  41. ECHO    can "freeze" the display by holding down the Ctrl key then pressing
  42. ECHO    the Num Lock key.  Following that, you can "unfreeze" the display by
  43. ECHO    pressing any key.
  44. ECHO ˇ
  45. ECHO    To output the documentation files to the printer:  First, make sure
  46. ECHO    your printer is on; second, position the paper correctly at the top of
  47. ECHO    the form; finally, at the DOS prompt, enter:
  48. ECHO ˇ
  49. PAUSE
  50. ECHO                            COPY filename.DOC PRN
  51. ECHO ˇ
  52. ECHO    You can print out this directions file (IBM10.BAT) using a similar
  53. ECHO    procedure.
  54. ECHO ˇ
  55. ECHO    Good luck!
  56.